home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / AdobeAIRInstaller.exe / setup.swf / scripts / RuntimeInstaller_redSecurityIcon.as < prev    next >
Encoding:
Text File  |  2009-11-20  |  302 b   |  15 lines

  1. package
  2. {
  3.    import mx.core.BitmapAsset;
  4.    
  5.    [Embed(source="/_assets/69_RuntimeInstaller_redSecurityIcon.png")]
  6.    public class RuntimeInstaller_redSecurityIcon extends BitmapAsset
  7.    {
  8.       public function RuntimeInstaller_redSecurityIcon()
  9.       {
  10.          super();
  11.       }
  12.    }
  13. }
  14.  
  15.